94ac7c8add36987e0e22e1eba4acb8ce54ccf267,platform/regexp/source_gen/jetbrains/mps/regexp/generator/baseLanguage/template/main/QueriesGenerated.java,QueriesGenerated,referenceMacro_GetReferent_1175155997041,#IOperationContext#ReferenceMacroContext#,143
Before Change
}
public static Object referenceMacro_GetReferent_1175155997041(final IOperationContext operationContext, final ReferenceMacroContext _context) {
return GeneratorUtil.findOutputMatcher(_context.getGenerator(), _context.getNode());
}
public static Object referenceMacro_GetReferent_1175170026388(final IOperationContext operationContext, final ReferenceMacroContext _context) {
After Change
return _context.getOutputNodeByInputNodeAndMappingLabel(GeneratorUtil.findRegexpUsingConstructionFor(_context.getNode()), "matcher");
}
public static Object referenceMacro_GetReferent_1175155997041(final IOperationContext operationContext, final ReferenceMacroContext _context) {
return _context.getOutputNodeByInputNodeAndMappingLabel(GeneratorUtil.findRegexpUsingConstructionFor(_context.getNode()), "matcher");
}
public static Object referenceMacro_GetReferent_1175170026388(final IOperationContext operationContext, final ReferenceMacroContext _context) {